AutoplaceSpecification
    sharpness = double(0) -- if > 1 is set to 0.999999
    max_probability = double(1)
    placement_density = uint32_t(1)
    richness_base = double(0)
    richness_multiplier = double(0)
    order = string("")
    [peaks] = table of Peaks
    [control] = AutoplaceControlID
    [tile_restriction] = Table of (TileIDs or table of two TileIDs) -- I think
    [size_control_multiplier] = double (default is sum of peak noises / 10)
    force = Force("neutral")
    
Peak
    influence = double(1)
    max_influence = double(double.max)
    min_influence = double(-1 * double.max)
    richness_influence = double(0)
    noise_persistence = double(0.5)
    [noise_layer] = NoiseLayerID?
    noise_octaves_difference = double(0)
    